home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / etc / dbus-1 / system.d / obex-data-server.conf < prev    next >
Encoding:
Text File  |  2009-02-09  |  592 b   |  20 lines

  1. <!-- This configuration file specifies the required security policies
  2.      for obex-data-server service to work. -->
  3.  
  4. <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  5.  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  6. <busconfig>
  7.  
  8.   <!-- ../system.conf have denied everything, so we just punch some holes -->
  9.  
  10.   <policy user="root">
  11.     <allow own="org.openobex"/>
  12.   </policy>
  13.  
  14.    <!-- Allow any connection to receive the message -->
  15.    <policy context="default">
  16.      <allow receive_interface="org.openobex.Manager"/>
  17.    </policy>
  18.  
  19. </busconfig>
  20.